Welcome![Sign In][Sign Up]
Location:
Search - white noise

Search list

[Other resource白噪声产生程序

Description: matlab在系统辨识中的应用此处为白噪声产生的源代码及运行后结果(包括图像)-Matlab in the system identification of white noise here for the source code and run after the results (including images)
Platform: | Size: 21918 | Author: 于瑞 | Hits:

[Other resourceDSP中含有gauss白噪声的双频正弦输入

Description: DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
Platform: | Size: 1662 | Author: feide | Hits:

[Communication数字视频图像传输系统实现中几个问题的研究

Description: MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B数字下变频芯片,设计了数字调制、解调器的实现方案。最后,作为对整个数字视频图像传输系统的宏观认识,利用M户JLAB中的实时建模仿真Simullnk库对典型的视频图像传输系统一数字视频广播系统(D vB),进行了建模、仿真和初步的分析,结果表明:在高斯白噪声的传输环境下,系统采取的一系列抗干扰措施,包括内、外码级联的信道纠错编码和先进的调制技术(o FDM)等,保证了信源信息传输的有效进行。-MATLAB simulation comparison. Then, against QPsK to discuss in detail the basic principles and specific algorithm, a simulation test, and then choose the cleverest HSP502 figures HSP50214B frequency chips and digital down conversion chips, the design of digital modulation, demodulation for the realization of the program.MJLABSimullnk(D vB):Andean white noise transmission environment, the system adopted a series of anti-jamming measures, including internal and external codes Cascade Channel advanced error correction coding and modulation techniques (o FDM), ensuring a source of information for the effective transmission.
Platform: | Size: 8598032 | Author: lzy | Hits:

[AlgorithmDSP中含有gauss白噪声的双频正弦输入

Description: DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components of the frequency sinusoidal signals (sine calculation sinwn.cpp achieved), variable frequency, here and frequencies from 140Hz. Consider a Gaussian white noise from gauss.cpp achieve. Finally, the signal generated 2,000 points, the final point signal storage in the "x.txt" text.
Platform: | Size: 1024 | Author: feide | Hits:

[Program doc数字视频图像传输系统实现中几个问题的研究

Description: MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B数字下变频芯片,设计了数字调制、解调器的实现方案。最后,作为对整个数字视频图像传输系统的宏观认识,利用M户JLAB中的实时建模仿真Simullnk库对典型的视频图像传输系统一数字视频广播系统(D vB),进行了建模、仿真和初步的分析,结果表明:在高斯白噪声的传输环境下,系统采取的一系列抗干扰措施,包括内、外码级联的信道纠错编码和先进的调制技术(o FDM)等,保证了信源信息传输的有效进行。-MATLAB simulation comparison. Then, against QPsK to discuss in detail the basic principles and specific algorithm, a simulation test, and then choose the cleverest HSP502 figures HSP50214B frequency chips and digital down conversion chips, the design of digital modulation, demodulation for the realization of the program.MJLABSimullnk(D vB):Andean white noise transmission environment, the system adopted a series of anti-jamming measures, including internal and external codes Cascade Channel advanced error correction coding and modulation techniques (o FDM), ensuring a source of information for the effective transmission.
Platform: | Size: 8597504 | Author: lzy | Hits:

[GPS developuwbppm

Description: 经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图-After the PPM modulation ultra-wide band signal after the Gauss white noise channel system simulation,and give the time domain and the frequency range chart!
Platform: | Size: 4096 | Author: 谭汉洪 | Hits:

[Mathimatics-Numerical algorithmsburg

Description: 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estimates AR model parameters, thereby realizing the power spectrum estimation.- Participation : x-- double-precision real one-dimensional arrays, length n, storage random sequence. N-- integer variables, random sequence length. P-- integer variables, AR model of order. A-- double-precision real one-dimensional arrays, length (p 10). AR storage coefficient of a model (0), a (1 ),..., a (p). V-- double precision real-pointer, it forecast errors at power, AR model that inspired the white noise variance.
Platform: | Size: 22528 | Author: lkz | Hits:

[Mathimatics-Numerical algorithmspsd

Description: 计算ARMA(p,q)模型的功率谱密度。 形参说明: b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。 a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。 q——整型变量,ARMA(p,q)模型的滑动平均阶数。 p——整型变量,ARMA(p,q)模型的自回归阶数。 sigma2——双精度实型变量,ARMA(p,q)模型白噪声激励的方差。 fs——双精度实型变量,采样频率(Hz)。 x——双精度实型一维数组,长度为len。当sign=0时,存放功率谱密度;当sign= 1时,存放用分贝表示的功率谱密度。 freq——双精度实型一维数组,长度为len。存放功率谱密度所对应的频率。 len——整型变量,功率谱密度的数据点数。 sign——整型变量,当sign=0时,计算功率谱密度;当sign=1时,计算用分贝表 示的功率谱密度。 -calculated ARMA (p, q) model of the power spectral density.- Participation : b-- double-precision real one-dimensional arrays, length (q 1), storage ARMA (p, q) model of the average coefficient of sliding. A-- double-precision real one-dimensional arrays, length (p 1), storage ARMA (p, q) model of regression coefficients. Q-- integer variables, ARMA (p, q) moving average model of order. P-- integer variables, ARMA (p, q) model of order since the reunification. Sigma2-- double precision real-type variables, ARMA (p, q) model white noise variance. Fs-- double precision real-type variables, sampling frequency (Hz). X-- double-precision real one-dimensional array, the length of len. When the sign = 0, storage power spectral density; When the sign = 1:00, storage decibel levels, said th
Platform: | Size: 23552 | Author: lkz | Hits:

[Communication2ASK

Description: 不用matlab里面的函数,自己写出来的2ASK的仿真程序,加入了白噪声,经过滤波后的波形有些变形,可能是滤波器的原因。仅供参考。-inside Matlab not a function of their 2ASK written by the simulation program, joined the white noise, filtered waveforms after some deformation, the filter may be reasons. For reference purposes only.
Platform: | Size: 2048 | Author: 吴杰 | Hits:

[AI-NN-PR时间序列分析VC源码

Description: 时间序列分析,分析序列是否是 白色噪声,分析相关性,可以进一步判断序列的相关和自相关-time series analysis, whether the sequence is white noise, correlation analysis, further sequence of judgment and autocorrelation
Platform: | Size: 18383872 | Author: 祝世虎 | Hits:

[DSP programsignal

Description: 产生带白噪声的正弦信号组合,并用自适应滤波器滤除-white noise generated with the combination of sinusoidal signal, and uses an adaptive filter to filter
Platform: | Size: 415744 | Author: 何震 | Hits:

[matlabLMS11

Description: 自己编的LMS自适应算法的MATLAB源程序 本程序内容: 产生一个信号+白噪声序列,用lms算法自适应去除噪声; lmsx.m为自适应函数 task2.m为主函数,其中调用lmsx.m -own series of the LMS algorithm MATLAB source of this program : produce a white noise signal sequence, using LMS adaptive algorithm for removing noise; Lmsx.m of adaptive function task2.m main function, which calls lmsx.m
Platform: | Size: 1024 | Author: 通信学生 | Hits:

[Communication4PSK

Description: 实现4psk调制的源程序,以及对应的在白噪声信道下的系统性能-achieve 4psk modulation source, as well as corresponding white noise in the channel system performance
Platform: | Size: 2048 | Author: 吴非 | Hits:

[Communication16QAM

Description: 实现16QAM的算法程序,包含在白噪声信道条件下的性能实现程序-achieve 16QAM algorithm procedures contained in the white noise channel conditions of the performance of procedures
Platform: | Size: 2048 | Author: 吴非 | Hits:

[matlabwgn

Description: 产生高斯白噪声,使用matlab编辑及仿真,均值为零-have a Gaussian white noise, editing and the use of Matlab simulation, mean zero
Platform: | Size: 2048 | Author: 吴强 | Hits:

[Communication05041062qpsk-fading

Description: 带瑞丽衰落信道高斯白噪声的QPSK调制解调信道,可以得到功率谱波形和星座图-with Ruili fading channel Gaussian white noise QPSK demodulator access that can be power spectrum waveform and constellation
Platform: | Size: 52224 | Author: 吕军红 | Hits:

[matlabdisp_rand

Description: 本程序用matlab生成白噪声,并且基于一个离散线性随机系统的模型生成了y(k)和x(k),绘制出了x(k|k-1)和x(k)的对比曲线,求出了提前一步预报的误差协方差阵的稳定值-the procedures used Matlab generate white noise, and on a discrete linear stochastic systems model generated y (k) and x (k), mapping out the x (k | k-1) and x (k) contrast curves, get a step ahead forecasting error covariance matrix of stable value
Platform: | Size: 1024 | Author: 孙磊 | Hits:

[OthermyMUSIC

Description: 采用MUSIC方法的白噪声频率检测仿真 -use of white noise frequency Detection Simulation
Platform: | Size: 230400 | Author: 顾东 | Hits:

[matlabHoltz

Description: 多址干扰一直是造成cdma系统容量限制的重要原因,本程序主要模拟了多址干扰对每个用户的影响以及把多址干扰作为高斯白噪声看待时对用户的影响-MAI has been caused CDMA system capacity limit of the important reasons the procedures simulated the MAI for each user to the effects of MAI as a Gaussian white noise when users view the impact
Platform: | Size: 17408 | Author: 王也 | Hits:

[DSP programMAR1PSD

Description: Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a(0) to a(ip) Output parameters: psdr : Real array of power spectral density values psdi : Real work array in chapter 12-Routine : To compute the power spectum by AR-model parame dreadful. Input parameters : ip : AR model order (integer) ep : White noise variance of model input (real) ts : Sample interval in seconds (real) a : Complex array of AR parameters a (0) to a (ip) Out put parameters : psdr : Real array of power spectral density values psd i : Real work array in chapter 12
Platform: | Size: 1024 | Author: king_key | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net